docs: Don't use warnings
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 14:44:46 +0000 (09:44 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 6 Feb 2014 14:53:49 +0000 (09:53 -0500)
gtk/deprecated/gtkaction.c
gtk/deprecated/gtkrc.c
gtk/deprecated/gtkstyle.c
gtk/gtkliststore.c

index d87b8acc4108c48bef0567c7b950d4cd3505551a..b27e71bd96c81356bacfb3fdc14b8d96f465f2fc 100644 (file)
  * @Title: GtkAction
  * @See_also: #GtkActionGroup, #GtkUIManager, #GtkActivatable
  *
- * <warning>
- * In GTK+ 3.10, GtkAction has been deprecated. Use #GAction instead, and
- * associate actions with #GtkActionable widgets. Use #GMenuModel for creating
- * menus with gtk_menu_new_from_model().
- * </warning>
+ * > In GTK+ 3.10, GtkAction has been deprecated. Use #GAction
+ * > instead, and associate actions with #GtkActionable widgets. Use
+ * > #GMenuModel for creating menus with gtk_menu_new_from_model().
  *
  * Actions represent operations that the user can be perform, along with
  * some information how it should be presented in the interface. Each action
index 60214f0cb45e2fcc798762f180805ffce642e691..82a3abdede69bf3909100186dc359cbc726b9fa5 100644 (file)
  * various aspects of the operation of a GTK+ program
  * at runtime.
  *
- * <warning>
- * In GTK+ 3.0, resource files have been deprecated and replaced
- * by CSS-like style sheets, which are understood by #GtkCssProvider.
- * </warning>
+ * > In GTK+ 3.0, resource files have been deprecated and replaced by
+ * > CSS-like style sheets, which are understood by #GtkCssProvider.
  *
  * # Default files #
  *
index fb6f1d57fae0812822ad0d8092db30223b75836c..bf2a5ebbfa2ca783d8c2cb0f8b45ddf13a30c19c 100644 (file)
@@ -54,9 +54,8 @@
  * A #GtkStyle object encapsulates the information that provides the look and
  * feel for a widget.
  *
- * <warning>
- * In GTK+ 3.0, GtkStyle has been deprecated and replaced by #GtkStyleContext.
- * </warning>
+ * > In GTK+ 3.0, GtkStyle has been deprecated and replaced by
+ * > #GtkStyleContext.
  *
  * Each #GtkWidget has an associated #GtkStyle object that is used when
  * rendering that widget. Also, a #GtkStyle holds information for the five
index 23f346492d3b5249c82bdef164210519a4a57d4e..b1292d3cbe10f0891627eb3d4458795b15c11e3e 100644 (file)
@@ -1443,8 +1443,8 @@ gtk_list_store_clear (GtkListStore *list_store)
  * @list_store: A #GtkListStore.
  * @iter: A #GtkTreeIter.
  *
- * <warning>This function is slow. Only use it for debugging and/or testing
- * purposes.</warning>
+ * This function is slow. Only use it for debugging and/or testing
+ * > purposes.
  *
  * Checks if the given iter is a valid iter for this #GtkListStore.
  *